From 17a5e9b2aab0da37cfb4effebb6ca106c5021d24 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Feb 2020 15:03:47 -0500 Subject: [PATCH] Update expected test output The a11y test for GtkAssistant produces different output due to headerbar changes. --- testsuite/a11y/assistant.txt | 48 ++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/testsuite/a11y/assistant.txt b/testsuite/a11y/assistant.txt index 022637ed4a..a1034152c4 100644 --- a/testsuite/a11y/assistant.txt +++ b/testsuite/a11y/assistant.txt @@ -60,7 +60,7 @@ window1 alpha: 1 cancel "push button" - parent: headerbar + parent: unnamed-GtkContainerAccessible-0 index: 0 name: Cancel state: enabled focusable sensitive showing visible @@ -77,7 +77,7 @@ window1 action 0 keybinding: c back "push button" - parent: headerbar + parent: unnamed-GtkContainerAccessible-0 index: 1 name: Back state: enabled focusable sensitive @@ -92,11 +92,11 @@ window1 action 0 name: click action 0 description: Clicks the button action 0 keybinding: b - close + apply "push button" - parent: headerbar - index: 2 - name: Close + parent: unnamed-GtkContainerAccessible-1 + index: 0 + name: Apply state: enabled focusable sensitive toolkit: gtk @@ -108,13 +108,13 @@ window1 action 0 name: click action 0 description: Clicks the button - action 0 keybinding: c - last + action 0 keybinding: a + forward "push button" - parent: headerbar - index: 3 - name: Finish - state: focusable + parent: unnamed-GtkContainerAccessible-1 + index: 1 + name: Next + state: focusable showing visible toolkit: gtk layer: widget @@ -125,13 +125,13 @@ window1 action 0 name: click action 0 description: Clicks the button - action 0 keybinding: f - forward + action 0 keybinding: n + last "push button" - parent: headerbar - index: 4 - name: Next - state: focusable showing visible + parent: unnamed-GtkContainerAccessible-1 + index: 2 + name: Finish + state: focusable toolkit: gtk layer: widget @@ -142,12 +142,12 @@ window1 action 0 name: click action 0 description: Clicks the button - action 0 keybinding: n - apply + action 0 keybinding: f + close "push button" - parent: headerbar - index: 5 - name: Apply + parent: unnamed-GtkContainerAccessible-1 + index: 3 + name: Close state: enabled focusable sensitive toolkit: gtk @@ -159,4 +159,4 @@ window1 action 0 name: click action 0 description: Clicks the button - action 0 keybinding: a + action 0 keybinding: c -- 2.30.2